Error
records
GTFS - NYC
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"gtfs-nyc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gtfs-nyc"
}
] - "definitions":{
- "gtfs-nyc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gtfs-nyc_records"
}
}
} - "records":
} - "properties":
- "gtfs-nyc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{}
}
} - "fields":
} - "properties":
} - "gtfs-nyc":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.